﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-family:'Microsoft YaHei'; font-size:12px; background:#ffffff;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank159{ width:100%; height:159px; clear:both;}
/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative;overflow: hidden;}

.inner{width:1200px; height:auto; margin:0 auto;position: relative;}
span {
	display: block;
}

/*首页*/

@font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
}
.header {
	padding: 15px 0;
	/*background: url(../images/bg1.png) no-repeat left top;
	background-size: 100% 49px;*/
}
.banner {
	position: relative;
	z-index: 69;
}
.banner img {
	width: 100%;
}
.logo {
	float: left;
}
.header_right {
	float: right;
	margin-top: 45px;
}
.header_en {
	float: left;
	padding: 0 15px;
}
.header_en img {
	width: 26px;
	float: left;
	margin-top: 2px;
}
.header_text {
	font-size: 16px;
	color: #333333;
	float: left;
	margin-left: 10px;
}
.header_current {
	color: #f3cc29;
}
.header_text:hover {
	color: #f3cc29;
}
.header_en1 {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333333;
}
.header_en1 img {
	width: 26px;
	float: left;
	margin-top: 2px;
}
.banner .swiper-button-prev {
	width: 33px !important;
    height: 63px !important;
    background-image: url(../images/jian1.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 10%;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-next {
	width: 33px !important;
    height: 63px !important;
	background-image: url(../images/jian2.png);
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 10% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next:after {
	content: '';
}
.nav_list {
	text-align: center;
}
.nav {
	background: #283949;
	border-top: 4px solid #f3cc29;
}
.nav_item {
	display: inline-block;
	width: 120px;
	height: 90px;
	line-height: 90px;
	margin: 0 19px;
}
.nav_item a {
	font-size: 16px;
	color: #ffffff;
}
.nav_current {
	background: #24303b;
}
.nav_current a {
	color: #f3cc29;
}
.nav_item:hover {
	background: #24303b;
}
.nav_item:hover a {
	color: #f3cc29;
}
.title {
	padding: 60px 0 20px 0;
	position: relative;
	font-size: 36px;
	color: #333333;
	text-align: center;
}
.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background: #f3cc29;
}
.index_about_list {
	float: left;
	width: 458px;
}
.index_about_item {
	width: 458px;
	height: 165px;
	
	margin-bottom: 5px;
}
.index_about_item a {
	padding: 18.5px 20px 40.5px 185px;
}
.index_about_item:nth-child(1).index_about_current {
	background: url(../images/about4.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(1).index_about_current .index_about_title {
	color: #ffffff;
}
.index_about_item:nth-child(1).index_about_current .index_about_caption {
	color: #ffffff;
}
.index_about_item:nth-child(2).index_about_current {
	background: url(../images/about5.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(2).index_about_current .index_about_title {
	color: #ffffff;
}
.index_about_item:nth-child(2).index_about_current .index_about_caption {
	color: #ffffff;
}
.index_about_item:nth-child(3).index_about_current {
	background: url(../images/about6.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(3).index_about_current .index_about_title {
	color: #ffffff;
}
.index_about_item:nth-child(3).index_about_current .index_about_caption {
	color: #ffffff;
}
.index_about_item:nth-child(1) {
	background: url(../images/about1.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(2) {
	background: url(../images/about2.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(3) {
	background: url(../images/about3.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_title {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.index_about_caption {
	font-size: 15px;
	color: #333333;
	font-family: SourceHanSansK-Light;
	line-height: 25px;
	width: 250px;
}
/*.index_about_item:nth-child(1):hover {
	background: url(../images/about4.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(2):hover {
	background: url(../images/about5.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(3):hover {
	background: url(../images/about6.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_about_item:nth-child(1):hover .index_about_title {
	color: #ffffff;
}
.index_about_item:nth-child(1):hover .index_about_caption {
	color: #ffffff;
}
.index_about_item:nth-child(2):hover .index_about_title {
	color: #ffffff;
}
.index_about_item:nth-child(2):hover .index_about_caption {
	color: #ffffff;
}
.index_about_item:nth-child(3):hover .index_about_title {
	color: #ffffff;
}
.index_about_item:nth-child(3):hover .index_about_caption {
	color: #ffffff;
}*/
.index_about_area {
	float: right;
	width: 640px;
}
.index_about_name {
	font-size: 22px;
	color: #283949;
	font-weight: bold;
	margin: 65px 0 25px 0;
}
.index_about_text {
	font-size: 14px;
	color: #333333;
	line-height: 37px;
	text-indent: 25px;
}
.index_about_more {
	margin-top: 60px;
}
.index_about {
	padding-bottom: 80px;
}
.index_pro {
	background: url(../images/bg5.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 170px;
}
.index_pro_banner {
	margin: 30px 0 0 0;
	height: 700px;
}
.index_pro_banner .swiper-container {
	height: 538px;
}
.index_pro_banner .swiper-slide {
	height: 259px;
}
.index_pro_link {
	width: 224px;
	height: 259px;
	overflow: hidden;
	border: 1px solid #283949;
}
.index_pro_link img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.index_pro_link:hover img {
	transform:scale(1.1);
}
.index_pro_model {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 70;
	display: none;
}
.index_pro_model img {
	position: absolute;
	/*width: 1200px;*/
	height: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.footer {
	background: url(../images/bg6.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 100px 0 0 0;
	margin-top: -110px;
}
.footer_left {
	float: left;
	width: 500px;
}
.footer_title {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 25px;
}
.footer_info {
	margin-bottom: 22px;
}
.footer_info img {
	float: left;
	width: 21px;
}
.footer_info_text {
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin-left: 13px;
}
.footer_list {
	float: left;
	width: 430px;
	border-left: 1px solid #465461;
	border-right: 1px solid #465461;
	padding: 0 97px;
	margin-top: 38.5px;
}
.footer_item {
	float: left;
	width: 80px;
    margin: 10px 0 10px 74px;
}
.footer_item:nth-child(odd) {
	margin-left: 0;
}
.footer_item:hover a {
	text-decoration: underline;
}
.footer_item a {
	font-size: 14px;
	color: #ffffff;
	background: url(../images/jian9.png) no-repeat left center;
	background-size: 8px 12px;
	padding-left: 15px;
}
.footer_right {
	float: right;
	margin-top: 18px;
}
.footer_right img {
	width: 125px;
}
.footer_caption {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	margin-top: 15px;
}
.footer_area {
	background: #ffffff;
	height: 75px;
	text-align: center;
	margin-top: 40px;
}
.small {
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	margin-left: -130px;
}
.footer_area img {
	float: left;
	margin-top: 12px;
}
.pro_section {
	margin: 25px 0 70px 0;
}
.pro_left {
	float: left;
	width: 260px;
}
.pro_area {
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.pro_top {
	background: #dcdcdc;
	text-align: center;
	padding: 15px 0;
}
.pro_top img {
	display: inline-block;
}
.pro_lei {
	font-size: 20px;
	color: #283949;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.pro_info {
	padding: 14px;
}
.pro_link {
	font-size: 14px;
	color: #eeeeee;
	/*text-align: center;*/
	padding-left: 20px;
	background: url(../images/bg4.png) no-repeat left top;
	background-size: 100% 100%;
	width: 230px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}
.pro_link:last-of-type {
	margin-bottom: 0;
}
.pro_link:hover {
	background: #f2cc29;
	color: #283949;
}
.pro_current {
	background: #f2cc29;
	color: #283949;
}
.pro_right {
	float: right;
	width: 930px;
}
.pro_item {
	width: 175px;
	float: left;
	margin-left: 11.33px;
	margin-bottom: 15px;
}
.pro_photo {
	width: 175px;
	height: 201px;
	overflow: hidden;
	border: 1px solid #283949;
}
.pro_item:nth-child(5n-4) {
	margin-left: 0;
}
.pro_photo > img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.pro_photo:hover > img {
	transform:scale(1.1);
}
.fan {
	text-align: center;
	margin: 50px 0 80px 0;
}
.fan a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	padding: 0 20px;
	margin: 0 4px 0;
	background: #eeeeee;
}
.fan a:first-of-type {
	background: #283949;
	color: #ffffff;
}
.fan a:last-of-type {
	background: #283949;
	color: #ffffff;
}
.fan a.on {
	background: #283949;
	color: #ffffff;
}
.fan a:hover {
	background: #283949;
	color: #ffffff;
}
.pro_ex_title {
	font-size: 30px;
	color: #333333;
	padding-left: 15px;
	border-left: 5px solid #f2cc29;
	margin-top: 70px;
}
.box {
	margin: 30px 0;
}
.box span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.pro_ex_area {
	padding-top: 60px;
	border-top: 1px solid #e3e3e3;
	margin-bottom: 80px;
}
.pro_ex_left {
	float: left;
	width: 600px;
}
.pro_ex_caption {
	font-size: 24px;
	color: #333333;
}
.pro_ex_info {
	margin: 25px 0;
}
.pro_ex_info span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.pro_ex_right {
	float: right;
	width: 600px;
	padding-left: 50px;
}
.ex {
	margin-bottom: 135px;
}
.ex_link {
	float: left;
	width: 580px;
	height: 65px;
	background: #eeeeee;
	line-height: 65px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.ex_link1 {
	float: right;
	width: 580px;
	height: 65px;
	background: #eeeeee;
	line-height: 65px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.ex_link:hover {
	background: #283949;
	color: #ffffff;
}
.ex_link1:hover {
	background: #283949;
	color: #ffffff;
}
.about_link {
	float: left;
	width: 390px;
	height: 98px;
	line-height: 98px;
	margin-left: 15px;
	font-size: 24px;
	color: #333333;
	padding-left: 205px;
}
.about_link:first-of-type {
	margin-left: 0;
}
.about_link:nth-child(1) {
	background: url(../images/ab1.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.about_link:nth-child(2) {
	background: url(../images/ab2.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.about_link:nth-child(3) {
	background: url(../images/ab3.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.about_link:nth-child(1).about_current {
	background: url(../images/ab4.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
.about_link:nth-child(2).about_current {
	background: url(../images/ab5.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
.about_link:nth-child(3).about_current {
	background: url(../images/ab6.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
.about_link:nth-child(1):hover {
	background: url(../images/ab4.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
.about_link:nth-child(2):hover {
	background: url(../images/ab5.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
.about_link:nth-child(3):hover {
	background: url(../images/ab6.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
.about_top {
	margin: 30px 0 80px 0;
}
.about_title {
	font-size: 22px;
	color: #283949;
	font-weight: bold;
}
.about_area {
	margin-bottom: 200px;
}
.map {
	padding: 15px;
	box-shadow:0px 0px 10px #f0f0f0;
	margin: 40px 0;
}
.con_area {
	float: left;
	width: 600px;
}
.con_title {
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.con_box span {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.con_right {
	float: right;
	border: 1px solid #dcdcdc;
	padding: 15px 0;
}
.con_photo {
	float: left;
	width: 145px;
	text-align: center;
	padding: 41.5px 0;
	border-left: 1px solid #dcdcdc;
}
.con_photo:first-of-type {
	border-left: none;
}
.con_photo img {
	display: inline-block;
}
.con_photo1 {
	float: left;
	width: 130px;
	text-align: center;
}
.con_photo1 img {
	display: inline-block;
}
.con_section {
	margin-bottom: 125px;
}
.zhao_list {
	margin-top: 30px;
}
.zhao_item {
	border-top: 8px solid #283949;
	box-shadow:0px 3px 10px #f2f2f2;
	margin-bottom: 37px;
	padding: 30px 40px;
	cursor: pointer;
}
.zhao_name {
	float: left;
	font-size: 24px;
	color: #333333;
}
.zhao_yi {
	font-size: 24px;
	color: #fe0d24;
	float: right;
}
.zhao_top {
	margin-bottom: 20px;
}
.zhao_text {
	font-size: 16px;
	color: #666666;
}
.zhao_text1 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: none;
}
.zhao_more {
	text-align: right;
	font-size: 18px;
	color: #283949;
	background: url(../images/jian6.png) no-repeat right center;
	background-size: 13px 8px;
	padding-right: 20px;
	margin-top: 25px;
}
.zhao_current {
	border-top: 8px solid #f3cc29;
}
.zhao_current .zhao_text {
	display: none;
}
.zhao_current .zhao_text1 {
	display: block;
}
.zhao_current .zhao_more {
	display: none;
}
.zhao_caption {
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin: 30px 0 85px 0;
}
.zhao_caption font {
	color: #283949;
}
.gallery-thumbs .swiper-slide {
	padding: 8px 0;
	border: 1px solid #e5e5e5;
	height: 161px;
}
.gallery-thumbs .swiper-slide img {
	margin: 0 auto;
	width: 100%;
}
.gallery-thumbs .swiper-slide:hover {
	border: 5px solid #283949;
}
.honor_banner {
	width: 1080px;
	margin: 0 auto 105px auto;
}
.honor_banner .swiper-button-prev {
	width: 30px !important;
    height: 50px !important;
    background-image: url(../images/jian7.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 10%;
    margin-top: 0 !important;
    background-size: contain;
}
.honor_banner .swiper-button-prev:after {
	content: '';
}
.honor_banner .swiper-button-next {
	width: 30px !important;
    height: 50px !important;
	background-image: url(../images/jian8.png);
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 10% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.honor_banner .swiper-button-next:after {
	content: '';
}
.gallery-top img {
	margin: 0 auto;
}
.honor_name {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 20px 0 55px 0;
}
.honor_photo{
	overflow: hidden;
}
.honor_box img {
	transition: all 0.5s ease-in-out;
	width: inherit;
}
.honor_box:hover .honor_photo img {
	transform:scale(1.1);
}
.eg_item {
	float: left;
	width: 289px;
	height: 220px;
	margin-left: 22px;
	margin-bottom: 22px;
	position: relative;
}
.eg_item > img {
	width: 100%;
}
.eg_item:nth-child(odd) {
	margin-left: 0;
}
.eg_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(40,57,73,0.67);
	width: 265px;
	height: 195px;
	padding: 8px 10px;
	display: none;
}
.eg_title {
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 176px;
}
.eg_model {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 70;
	display: none;
}
.eg_model > img {
	position: absolute;
	/*width: 1200px;*/
	height: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*.eg_item:hover .eg_box {
	display: block;
}*/
.eg_list  {
	margin-top: 30px;
	margin-bottom: 80px;
}